projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
259611a
)
entry: Drop the Ctrl-K keybinding
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 14 Sep 2015 15:49:15 +0000
(11:49 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 14 Sep 2015 15:49:15 +0000
(11:49 -0400)
This interferes with a well-loved firefox shortcut, and we
are more interested in a gtk3 firefox than in legacy keybindings.
gtk/gtkentry.c
patch
|
blob
|
history
diff --git
a/gtk/gtkentry.c
b/gtk/gtkentry.c
index 97b58b5556fcab5c6851818f06f31a35c4d30f9a..16462c113eb9625260eae42a44de21d370a65d7e 100644
(file)
--- a/
gtk/gtkentry.c
+++ b/
gtk/gtkentry.c
@@
-1935,10
+1935,6
@@
gtk_entry_class_init (GtkEntryClass *class)
"delete-from-cursor", 2,
G_TYPE_ENUM, GTK_DELETE_PARAGRAPH_ENDS,
G_TYPE_INT, -1);
- gtk_binding_entry_add_signal (binding_set, GDK_KEY_k, GDK_CONTROL_MASK,
- "delete-from-cursor", 2,
- G_TYPE_ENUM, GTK_DELETE_PARAGRAPH_ENDS,
- G_TYPE_INT, 1);
/* Make this do the same as Backspace, to help with mis-typing */
gtk_binding_entry_add_signal (binding_set, GDK_KEY_BackSpace, GDK_SHIFT_MASK,